home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / stdpro.zip / README.TXT < prev   
Text File  |  1991-08-01  |  696b  |  21 lines

  1. To use:
  2.  
  3. - Add Propview.VBX to your project using File.Add File.
  4. - Place a PropView Control on your form.
  5. - At Design Time, double click PropView control with Right MouseButton
  6. - At Run Time, Left MouseButton click PropView control or declare the
  7.   following Sub
  8.     Declare Sub ShowControls Lib "propview.dll" (ByVal hwnd%)
  9.  
  10.   and call it as follows:
  11.  
  12.     ShowControls FormName.hwnd
  13.  
  14.   In this case, you need not add the .VBX file to your project.
  15.  
  16. PropView.VBX always prints to the Default printer.
  17.  
  18. NOTE: You can mulitiple PropView controls on a Form in in Multiple
  19.       Forms, but only one per form is actually needed, or none
  20.       per form if the ShowControls() sub is used.
  21.